The files must be copied to:
..\Documents\Arduino\MobaLedLib\Ver_3.5.0

Compile with PlatformIO be calling from the command line

Load the configuration:
  Word_Clock_akt_WLAN.MLL_pgf
in the Prog_Generator and set the correct Filter (Only one "Txt ...")


Changes to the Prog_Gen   3.5.0C1:
M08_Arduino line 285
      Print #fp2, "    https://github.com/PaulStoffregen/Time"                            ' 19.12.25:  Hardi: Used for the WordClock RealTimeClockMLX
      Print #fp2, "    OneWire"                                                           '     "
      Print #fp2, "    DallasTemperature"
      Print #fp2, "    Streaming"
behind this existing line:
      Print #fp2, "    MobaLedLib=file://../../libraries/MobaLedLib"


M38_Extentions line 433
  Public Function Write_PIO_Extension(fp As Integer) As Boolean
    Dim Extension, Index As Integer

    For Index = 0 To ExtensionsActive.Count - 1
       Print #fp, "    " & ExtensionsActive.Items(Index).Name & "=file://" & GetShortPath(ExtensionsActive.Items(Index).path)   '19.12.25: Hardi
      'Print #fp, "    " & ExtensionsActive(Index).Name & "=file://" & GetShortPath(ExtensionsActive(Index).path)
    Next
    Write_PIO_Extension = True

  End Function


